home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000275_news@columbia.edu_Sat Apr 29 14:47:06 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01406
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 29 Apr 1995 10:47:45 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13993
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 29 Apr 1995 10:47:42 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit for the Commodore 64
  9. Date: 29 Apr 1995 14:47:06 GMT
  10. Organization: Columbia University
  11. Lines: 29
  12. Distribution: na
  13. Message-Id: <3ntjha$dl1@apakabar.cc.columbia.edu>
  14. References: <3nrm3j$pot@azure.acsu.buffalo.edu>
  15. Nntp-Posting-Host: watsun.cc.columbia.edu
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3nrm3j$pot@azure.acsu.buffalo.edu>,
  19. Jared Davis <davisj@acsu.buffalo.edu> wrote:
  20. >I have tried to download Kermit from ftp kermit.columbia.edu.
  21. >There are numerous files for the C64.  I tried to figure out
  22. >which one(s) I needed but couldn't.  Can somebody please help!
  23. >Email me if you can.  I greatly appreciate it...
  24. >
  25. To get started, read the c64aaa.hlp file.  Here's a copy:
  26.  
  27. COMMODORE-64 KERMIT
  28.  
  29. The C64*.* files are for the Commodore 64 and 128.  They are in three groups:
  30.  
  31. 1. C644*.* -- This is an old version written in the Forth language, 
  32.    reportedly little-used.
  33.  
  34. 2. C64KER.* -- This is the primary Commodore 64/128 version, for standard
  35.    configurations.  To get started, read the c64ker.aaa file.
  36.  
  37. 3. C64SLK.* -- This version is identical to C64KER.*, but for Commodores with
  38.    the standard serial interface replaced by SwiftLink-232 interface
  39.  
  40. In addition, C64BOOT.* is provided as a "bootstrapping" method to load the
  41. C64KER or C64SLK program onto your Commodore 64 or 128.  C64BOOT.BAS is a
  42. BASIC program that you run on the Commodore, C64BOOT.C is the other end, which
  43. you can run on a UNIX computer or, hopefully, any other kind of (ASCII-based)
  44. computer that has a C compiler.
  45.  
  46.